input {
	outline: none;
}

.mainColor {
	color: #118EFC;
}

.config-wrapper.container .config-content-wrapper {
	background: #fff;
	height: auto;
	padding: 20px;
	box-shadow: 0px 0px 8px 1px rgb(26 58 93 / 10%);
	box-sizing: border-box;
}

.config-wrapper.container .config-content-wrapper>.content-title {
	position: relative;
	text-align: left;
	padding-bottom: 16px;
}

.config-wrapper.container .config-content-wrapper>.content-title::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 16px;
	background: #118EFC;
	top: 1px;
}


.config-wrapper.container .config-content-wrapper>.content-title h4 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 13px;
}

.tabLabel-name {
	padding: 0 10px;
	font-size: 16px;
}

.el-tabs__item.is-active {
	color: #118EFC;
}

.el-tabs__nav-wrap::after {
	height: 1px;
	background: #DBDBDB;
}

.el-tabs__active-bar {
	height: 3px;
	background-color: #118EFC;
}

.domainBanner-wrapper {
	height: auto;
}

.domainBanner-wrapper .domainBanner-input-wrapper {
	position: relative;
	width: 100% !important;
	left: 0px;
	bottom: 0px;
	height: auto;
	padding: 0px;
	flex-direction: column;
	box-shadow: none;
}

.domainBanner-wrapper {
	position: relative;
	height: auto;
	padding-top: 0px;
	background: none;
}

.domainBanner-input-wrapper .domainBanner-input-content-wrapper .yzButton {
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	box-sizing: border-box;
	font-size: 16px;
}

/* 域名查询结果 */

.queryResult-wrapper::after {
	/*添加一个内容*/
	content: "";
	/*转换为一个块元素*/
	display: block;
	/*清除两侧的浮动*/
	clear: both;

}

.queryResult-wrapper .queryResult-title-wrapper {
	justify-content: space-between;
	align-items: center;
	line-height: 1;
	margin-top: 30px;
}

.queryResult-content-wrapper .queryResult-content-item {
	display: flex;
	height: 50px;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #DBDBDB;
	margin-bottom: -1px;
	padding: 0 20px;
}

.queryResult-content-wrapper .queryResult-content-item:hover {
	background: #f5f7fa;
}

.queryResult-content-wrapper .queryResult-content-item:hover .whoIsInfo-content-Button.yzButton {
	background: #118EFC;
	color: #fff;
	border: none;
}


.item-name .item-name-flag {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	background: #EEEEEE;
	padding: 0 10px;
}

.item-name .item-name-flag.active {
	background: #FF9B3F;
	color: #fff;
}

.whoIsInfo-content-price .content-num,
.whoIsInfo-content-price .content-price {
	color: #FF5107;
}

.whoIsInfo-content-Button {
	height: 30px;
	line-height: 30px;
}

.item-whoIsInfo-content {
	align-items: center;
}

.item-whoIsInfo>span {
	cursor: pointer;
}

.el-tooltip__popper.is-dark {
	background: #fff;
	box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 8%);

}

.el-tooltip__popper .popper__arrow {
	filter: drop-shadow(-1px -1px 1px rgba(0, 0, 0, .2));
}

.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after,
.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
	border-bottom-color: #fff;
}

.el-table.whoIsInfo-table th>.cell {
	color: #333333;
	font-weight: bold;
}


.whoIsInfo-table.el-table--border,
.whoIsInfo-table.el-table--group {
	border: none;
}

.whoIsInfo-table tr th.is-leaf:nth-child(4),
.whoIsInfo-table tr td:nth-child(4) {
	border-right: none;
}

.whoIsInfo-table.el-table--border::after,
.el-table--group::after,
.whoIsInfo-table.el-table::before {
	display: none;
}

.whoIsInfo-table tr:nth-child(2) td {
	border-bottom: none;
}

.whoIsInfo-table.el-table td,
.whoIsInfo-table.el-table th {
	padding: 4px 0;
}

.queryResult-content-wrapper .queryResult-content-item .icon.el-icon-caret-bottom:hover {
	transform: rotate(-180deg);
}

.queryResult-content-wrapper .queryResult-content-item .icon.el-icon-caret-bottom {
	transition: all 0.2s linear;
}

.el-tooltip__popper.is-dark::after {
	content: '';
	position: absolute;
	top: -17px;
	width: 100%;
	height: 17px;
	left: 0px;
	z-index: 10;
}

.queryResult-wrapper .nodata {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 320px;
}

.queryResult-wrapper .nodata>img {
	width: 130px;
}

/* 域名查询结果 end */

/*推荐域名 */
.queryResult-wrapper.recommend-wrapper .queryResult-title-wrapper {
	margin-top: 40px;
}

.queryResult-wrapper.recommend-wrapper .queryResult-content-item:nth-child(2n) {
	border-left: none;

}

.queryResult-wrapper.recommend-wrapper .queryResult-content-item:nth-child(2n - 1) {
	position: relative;
	border-right: none;
}

.queryResult-wrapper.recommend-wrapper .queryResult-content-item:nth-child(2n - 1)::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	width: 1px;
	height: 44px;
	background: #DBDBDB;
	transform: translate(0, -50%);
}

.queryResult-wrapper.recommend-wrapper .queryResult-content-item:last-child {
	border-right: 1px solid #DBDBDB;
}

.queryResult-wrapper.recommend-wrapper .queryResult-content-item:last-child::after {
	display: none;
}


.queryResult-wrapper.recommend-wrapper .queryResult-content-wrapper .queryResult-content-item {
	height: 84px;
}

.queryResult-wrapper.recommend-wrapper .queryResult-content-wrapper .queryResult-content-item .item-name {
	display: flex;
	flex-direction: column;
}

.queryResult-wrapper.recommend-wrapper .item-name .item-name-flag {
	margin-top: 5px;
}

.queryResult-wrapper.recommend-wrapper .whoIsInfo-content-Button {
	padding: 0 20px;
}


.el-tooltip__popper[x-placement^=top] .popper__arrow {
	bottom: -6px;
	filter: drop-shadow(-1px 2px 1px rgba(0, 0, 0, .2));
}

.el-tooltip__popper[x-placement^=top] .popper__arrow,
.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
	border-top-color: #fff;
}

/*推荐域名  end*/

/* 当前页面 banner */
.domainBanner-wrapper .banner-title {
	text-align: center;
	font-weight: 500;
}

.domainBanner-wrapper .banner-title>span {
	font-weight: bold;
	font-size: 79px;
	position: relative;
	top: 17px;
	line-height: 39px;
}

.domainBanner-input-wrapper .domainBanner-input-content-wrapper {
	width: 100%;
	align-items: center;
}

.flag-wrapper .flag-item {
	height: 26px;
	background: #FFECD5;
	border: 1px solid #FF902D;
	padding: 0px 10px;
	text-align: center;
	color: #FF902D;
}


.flag-wrapper .flag-item .flag-item-price {
	margin-left: 1.5px;
}

.domainBanner-flag-left {
	align-items: center;
}

.domainBanner-flag-left .flag-text {
	margin-right: 4px;
}

.domainBanner-flag-right .flag-text {
	cursor: pointer;
}

.domainBanner-flag-right .flag-linear {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 1px;
	height: 16px;
	background: #333;
	margin: 0px 5px;
}

.batchQueryInput-wrapper {
	flex: 1;
	height: 160px;
}

.batchQueryInput-wrapper .el-textarea__inner {
	border-radius: 0px;
	border: 1px solid #DBDBDB;
	border-right: none;
	height: 160px;

}

.batchQueryInput-wrapper .suffixNameSelect {
	position: relative;
	width: 135px;
	flex: 0 0 135px;
	box-sizing: border-box;
	padding: 0 20px;
	border: 1px solid #DBDBDB;
	border-left: none;
	background: #fff;
	cursor: pointer;
}

.batchQueryInput-wrapper .suffixNameSelect::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 140px;
	background: #DBDBDB;
	left: -1px;
	top: 50%;
	transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
}

.domainBanner-input-content .domainSelect-wrapper.batchSelect {
	top: 160px;
}

.mobile-select-flag {
	display: none;
}

.calculatePrice-wrapper {
	display: none;
}

.mobile-selectDomainName-wrapper.domainSelect-content {
	display: none;
}


/* 当前页面 banner end */

@media (max-width: 768px) {
	.domainsQuery-wrapper {
		margin-top: 0px !important;
		padding-top: 90px;
	}

	.domainsQuery-wrapper .config-content-wrapper .pageInner-tabs {
		display: none;
	}

	.domainsQuery-wrapper .domainBanner-wrapper {
		justify-content: initial;
		padding-bottom: initial;
		width: 100% !important;
		height: auto;
		padding-top: 0px;
	}

	.domainsQuery-wrapper .domainBanner-wrapper .domainBanner-input-wrapper {
		width: calc(100%) !important;
		padding: 12px 0px;
		margin: 0px;
	}

	.domainBanner-input-wrapper .domainBanner-input-content-wrapper .yzButton {
		display: none;
	}

	.config-wrapper.container .config-content-wrapper>.content-title h4 {
		margin-bottom: 0px;
	}

	.config-wrapper.container .config-content-wrapper {
		width: 100%;
		padding: 0px;
		box-shadow: none;
	}

	.queryResult-content-item .yzButton.whoIsInfo-content-Button {
		display: none;
	}

	.queryResult-content-wrapper .queryResult-content-item {
		padding: 0 8px;
		padding-left: 25px;
		position: relative;

	}

	.queryResult-content-wrapper .queryResult-content-item .mobile-select-flag {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 6px;
		transform: translateY(-50%);
		width: 12px;
		height: 12px;
		border: 2px solid #b5becb;
		flex-grow: 0;
		flex-shrink: 0;
		vertical-align: middle;
		background-color: #fff;
		box-sizing: border-box;
		border-radius: 50%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
	}

	.queryResult-content-wrapper .queryResult-content-item .mobile-select-flag.selected {
		border: 4px solid #e5e6ed;
		background: #5774ca;
	}

	.queryResult-content-wrapper .queryResult-content-item .mobile-select-flag.noclick {
		background-image: none;
		background-color: #f5f7fa;
		border: 2px solid #b5becb;
	}



	.queryResult-content-wrapper .queryResult-content-item .icon.el-icon-caret-bottom {
		display: none;
	}

	.item-whoIsInfo-content .whoIsInfo-content-price {
		white-space: nowrap;
	}

	.whoIsInfo-content-price .content-num,
	.whoIsInfo-content-price .content-price {
		font-size: 14px;
	}

	.queryResult-wrapper {
		padding-bottom: 80px;
	}

	.queryResult-content-item>.item-name .item-name-desc {
		display: block;
	}

	.queryResult-content-item .item-name .item-name-flag {
		height: 16px;
		line-height: 16px;
		margin-left: 0px !important;
		display: inline-block;
	}


	footer.Last {
		display: none !important;
	}

	.calculatePrice-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		bottom: 0px;
		left: 0;
		width: 100%;
		height: 50px;
		background: #FFFFFF;
		box-sizing: border-box;
		z-index: 99;
		box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 8%);
		background: #118EFC;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
	}

	.mobile-selectDomainName-wrapper.domainSelect-content {
		display: flex;
		align-items: center;
	}

	.mobile-selectDomainName-wrapper.domainSelect-content .domainSelect-content-item {
		margin-bottom: 0px;
	}

	.yz-el-dialog.mobileSelectDomainNameDialog .el-dialog {
		position: absolute;
		width: 100% !important;
		margin-top: 0px;
		bottom: 0px;
		left: 0px;
		top: initial;
		transform: none;
		margin-bottom: 0px;
	}

	.yz-el-dialog.mobileSelectDomainNameDialog .dialog-title {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 10px;
		line-height: 1;
		font-size: 16px;
		position: relative;
	}

	.yz-el-dialog.mobileSelectDomainNameDialog .dialog-content {
		padding-bottom: 40px;
		padding-top: 20px;
	}

	.yz-el-dialog.mobileSelectDomainNameDialog .el-dialog__header {
		padding: 0px !important;
	}


	.yz-el-dialog.mobileSelectDomainNameDialog {
		padding: 20px;
		padding-bottom: 17px;
		position: fixed;
		bottom: 0px;
		width: 100%;
		left: 0px;
		box-sizing: border-box;
		box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
	}


	.yz-el-dialog .dialog-title::after {
		content: '';
		position: absolute;
		bottom: 0px;
		width: calc(100% - 40px);
		left: 20px;
		height: 0.5px;
		background: #DBDBDB;
	}

	.yz-el-dialog.mobileSelectDomainNameDialog .el-dialog__body {
		padding-top: 0px;
	}

	.yz-el-dialog.mobileSelectDomainNameDialog .dialog-button-wrapper {
		width: 100%;
	}

	.yz-el-dialog.mobileSelectDomainNameDialog .dialog-button-wrapper .yzButton {
		flex: 1;
		height: 30px;
	}

	.yz-el-dialog.mobileSelectDomainNameDialog .el-dialog__headerbtn {
		right: 20px;
		top: 18px;
	}


	.queryResult-wrapper .nodata>img {
		width: 100px;
	}

	.queryResult-wrapper .nodata .desc-text {
		font-size: 14px;
	}

	.yz-el-dialog.mobileSelectDomainNameDialog .dialog-button-wrapper .yzButton.lightToDeep {
		background: #FFFFFF !important;
		border: 1px solid #118EFC !important;
		color: #118EFC !important;
	}

}
